home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / capplets-data.postinst < prev    next >
Encoding:
Text File  |  2010-08-10  |  555 b   |  19 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl "1:2.26"; then
  5.     rm -f /etc/xdg/autostart/gnome-at-session.desktop
  6. fi
  7.  
  8. # Automatically added by dh_installmime
  9. if [ "$1" = "configure" ] && [ -x "`which update-mime-database 2>/dev/null`" ]; then
  10.     update-mime-database /usr/share/mime
  11. fi
  12. # End automatically added section
  13. # Automatically added by dh_installmime
  14. if [ "$1" = "configure" ] && [ -x "`which update-mime-database 2>/dev/null`" ]; then
  15.     update-mime-database /usr/share/mime
  16. fi
  17. # End automatically added section
  18.  
  19.